home | section main page | rss feed


Metric Space

Table of Contents

1. Introduction

A metric space (X,d)(X, d) is a Topological Space with a metric d(x,y):X×Xd(x,y): X \times X \rightarrow \mathbb{R} defined on members of the set. This metric is a generalization of distance, with the following properties:

d(x,x)=0xyd(x,y)>0d(x,y)=d(y,x)d(x,z)d(x,y)+d(x,z)\begin{aligned}\label{}d(x, x) = 0 \\x \ne y \implies d(x, y) > 0 \\d(x, y) = d(y, x) \\d(x, z) \le d(x, y) + d(x, z)\end{aligned}

where property (4)(4) is the triangle inequality. Also, the metric generates the topology on the open sets; a basis can be chosen by including every open ball, which is defined as B(x,r)={y:d(x,y)<r}B(x, r) = \lbrace y: d(x, y) < r\rbrace. A neighbourhood basis can be chosen by including every open rational ball that is a neighbourhood of xx, and in fact this neighbourhood basis is countable, so metric spaces are first countable.